IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityQuery<T> Class : EntityQuery<T> Constructor |
Overload | Description |
---|---|
EntityQuery<T> Constructor() | Construct a new query. |
EntityQuery<T> Constructor(String) | Construct a new query with the specified entity set name. |
EntityQuery<T> Constructor(String,EntityManager) | Construct a new query with specified entity set name and EntityManager. |
EntityQuery<T> Constructor(EntityQuery) | Casts an EntityQuery to an EntityQuery{T}. |
EntityQuery<T> Constructor(EntityQuery<T>) | Copy constructor. |
EntityQuery<T> Constructor(Expression,IQueryable) | Constructs a new query from the Expression and an IQueryable ( either another EntityQuery or an EntityGroup); |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2